testing.M.exitCode (field)

10 uses

	testing (current package)
		testing.go#L1615: 	exitCode int
		testing.go#L1656: 		code = m.exitCode
		testing.go#L1673: 		m.exitCode = 2
		testing.go#L1679: 		m.exitCode = 2
		testing.go#L1685: 		m.exitCode = 0
		testing.go#L1698: 				m.exitCode = 2
		testing.go#L1728: 			m.exitCode = 1
		testing.go#L1737: 			m.exitCode = fuzzWorkerExitCode
		testing.go#L1739: 			m.exitCode = 1
		testing.go#L1744: 	m.exitCode = 0